home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / world-wars.swf / scripts / DefineSprite_495 / frame_30 / DoAction.as
Text File  |  2011-09-19  |  337b  |  15 lines

  1. _parent.rollButton(no);
  2. _parent.rollButton(yes);
  3. stop();
  4. no.onRelease = function()
  5. {
  6.    _global.SOUNDS.playSound("Click- g┼éo┼¢niejszy.wav");
  7.    gotoAndPlay(_currentframe + 1);
  8. };
  9. yes.onRelease = function()
  10. {
  11.    _parent.kill();
  12.    _global.SOUNDS.playSound("Click- g┼éo┼¢niejszy.wav");
  13.    _parent.gameout.gotoAndPlay(2);
  14. };
  15.